This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Please - Selecting Months automatically in View Columns ~Bill Quetfoochekakol 24.Jan.04 11:36 AM a Web browser Domino Designer 6.5Windows 2000
You should avoid using ANY reference to @now or @today in view selection formulas, since it causes the view to be re-indexed every time a user references the view.
I suggest you instead run an agent on the first day of every month, that sets a field on every document to indicate whether it is "This month", "Next month", ...
Your Form should set this field as well when new documents are created.
Your view selection formula would then be very simple, looking at the flag field set by the agent/form.